home *** CD-ROM | disk | FTP | other *** search
-
- /************************************************************
-
- Created: Saturday, July 27, 1991 at 5:06 PM
- OSEvents.h
- C Interface to the Macintosh Libraries
-
-
- Copyright Apple Computer, Inc. 1985-1992
- All rights reserved
-
- *** Warning: This is an alpha version of the Interfaces for Cube-E.
- *** Things may change. Caveat Programmer.
-
-
- */
-
-
- #ifndef __OSEVENTS__
- #define __OSEVENTS__
-
- #ifndef __EVENTS__
- #include <Events.h>
- #endif
-
-
- #endif
-